﻿With the genmatrix(lambda([i,j], i+j), 3, 3) command, a matrix of 3 rows and 3 columns is generated with random values matrix([2,3,4],[3,4,5],[4,5,6])